projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6523d
)
listbox: Fix an oversight in the row gadget conversion
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Dec 2015 19:12:30 +0000
(14:12 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Dec 2015 19:12:50 +0000
(14:12 -0500)
gtk/gtklistbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.c
b/gtk/gtklistbox.c
index 76babbc494870139e2f540a69a00638ee5275581..be879d45c7cbcdc98f4457427a6538bc12c16dec 100644
(file)
--- a/
gtk/gtklistbox.c
+++ b/
gtk/gtklistbox.c
@@
-3371,7
+3371,7
@@
gtk_list_box_row_allocate (GtkCssGadget *gadget,
if (child && gtk_widget_get_visible (child))
gtk_widget_size_allocate (child, (GtkAllocation *)allocation);
-
_gtk_widget_set_simple_clip (widget, NULL
);
+
gtk_container_get_children_clip (GTK_CONTAINER (widget), out_clip
);
}
/**